home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmImSetFocusValues.z / XmImSetFocusValues
Text File  |  1998-10-30  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss((((3333XXXX))))    UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV    XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss - An input manager function that notifies
  10.           an input manager that a widget has received input focus and
  11.           updates the input context attributes
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.           #include <Xm/XmIm.h>
  15.           vvvvooooiiiidddd XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss(
  16.           WWWWiiiiddddggggeeeetttt wwwwiiiiddddggggeeeetttt,
  17.           AAAArrrrggggLLLLiiiisssstttt aaaarrrrgggglllliiiisssstttt,
  18.           CCCCaaaarrrrddddiiiinnnnaaaallll aaaarrrrggggccccoooouuuunnnntttt,
  19.           );
  20.  
  21.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  22.           This page documents Motif 2.1.
  23.  
  24.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  25.           XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss notifies the input manager that the
  26.           specified widget has received input focus. This function
  27.           also updates the attributes of the input context associated
  28.           with the widget. The focus window for the XIC is set to the
  29.           window of the widget. The _a_r_g_l_i_s_t argument is a list of
  30.           attribute/value pairs for the input context. This function
  31.           passes the attributes and values to _X_I_C_S_e_t_V_a_l_u_e_s. The caller
  32.           of this routine should pass in only those values that have
  33.           changed since the last call to any of these functions;
  34.           XXXXmmmmIIIImmmmSSSSeeeettttVVVVaaaalllluuuueeeessss, XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss, XXXXmmmmIIIImmmmVVVVaaaaSSSSeeeettttVVVVaaaalllluuuueeeessss, or
  35.           XXXXmmmmIIIImmmmVVVVaaaaSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss. See the description in the
  36.           XXXXmmmmIIIImmmmSSSSeeeettttVVVVaaaalllluuuueeeessss(3) reference page for a list of associated
  37.           resources.
  38.  
  39.           If the previous parameters for the widget's XIC do not allow
  40.           the previously registered XIC to be reused, that XIC will be
  41.           unregistered, and a new one will be created and registered
  42.           with the widget. Note that sharing of data is preserved.
  43.  
  44.           _w_i_d_g_e_t    Specifies the ID of the widget registered with the
  45.                     input manager.
  46.  
  47.           _a_r_g_l_i_s_t   Specifies the list of attribute/value pairs to be
  48.                     passed to _X_I_C_S_e_t_V_a_l_u_e_s. See the description in the
  49.                     XXXXmmmmIIIImmmmSSSSeeeettttVVVVaaaalllluuuueeeessss(3) man page for a description of
  50.                     resources.
  51.  
  52.           _a_r_g_c_o_u_n_t  Specifies the number of attribute/values pairs in
  53.                     the argument list (_a_r_g_l_i_s_t)
  54.  
  55.           Note that the Text and TextField widgets call the
  56.           XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss function when they receive focus.
  57.           Therefore, further calls to the XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss function
  58.           for these widgets are unnecessary.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss((((3333XXXX))))    UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV    XXXXmmmmIIIImmmmSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss((((3333XXXX))))
  71.  
  72.  
  73.  
  74.      RRRREEEELLLLAAAATTTTEEEEDDDD
  75.           XXXXmmmmIIIImmmmSSSSeeeettttVVVVaaaalllluuuueeeessss(3), XXXXmmmmIIIImmmmVVVVaaaaSSSSeeeettttFFFFooooccccuuuussssVVVVaaaalllluuuueeeessss(3), and
  76.           XXXXmmmmIIIImmmmVVVVaaaaSSSSeeeettttVVVVaaaalllluuuueeeessss(3).
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.